Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

files of /cody/swapnilsparsh/30DaysOfJavaScript/140 - Love Calculator/

index.html /cody/swapnilsparsh/30DaysOfJavaScript/140 - Love Calculator/index.html
434 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initia
readme.md /cody/swapnilsparsh/30DaysOfJavaScript/140 - Love Calculator/readme.md
243 Views
0 Comments
# Love Calculator 💘💖

>It's a Love Calculator where Users have to put his/her name with partner's name and the calculator calcul
script.js /cody/swapnilsparsh/30DaysOfJavaScript/140 - Love Calculator/script.js
225 Views
0 Comments
function love(){
var name1 = document.getElementById("NameOne").value;
var name2 = document.getElementById("NameTwo").va
style.css /cody/swapnilsparsh/30DaysOfJavaScript/140 - Love Calculator/style.css
197 Views
0 Comments
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
body{
background-color: rgb(220, 166, 175);
/* backgroun